Delete a runtime profile.
DELETE
/api/admin/runtime-profiles/{kind}/{id}
Code sample: Shell / cURL
curl --request DELETE \ --url https://auth.example.com/api/admin/runtime-profiles/example/example \ --header 'Authorization: Bearer <token>'Delete a non-built-in runtime profile from the configured registry backend.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” kind
required
string
id
required
string
Header Parameters
Section titled “Header Parameters ” X-Tenant-Id
string
Tenant selector for multi-tenant admin requests.
Responses
Section titled “ Responses ”Runtime profile delete response.
Media type application/json
object
registry_backend
required
string
deleted
required
boolean
key
additional properties
Example generated
{ "registry_backend": "example", "deleted": true}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}