Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete Manually Managed Resource Type
delete/api/v1/apps/{app_id}/resource_types/{id}

Invokes the c1.api.app.v1.AppResourceTypeService.DeleteManuallyManagedResourceType method.

Path Parameters
app_idstring

The appId field.

idstring

The resourceTypeId field.

Body Parameters
bodyunknown
optional

The DeleteManuallyManagedResourceTypeRequest message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/resource_types/$ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}