Skip to main content

Delete workspace template

Delete workspace template

Path Parameters
    workspace string required

    The specified workspace.

Responses

ok


Schema
    message string required

    error message

DELETE /kapis/tenant.kubesphere.io/v1alpha3/workspacetemplates/:workspace

Authorization

name: Authorizationtype: apiKeydescription: Bearer Token Authenticationin: header

Request

BearerToken
workspace — path required
curl / cURL
curl -L -X DELETE 'https://docs.kubesphere.com.cn/kapis/tenant.kubesphere.io/v1alpha3/workspacetemplates/:workspace' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'