App Resource
Delete Manually Managed App Resource
Delete a manually managed app resource and its associated entitlements from an app.
delete/api/v1/apps/{app_id}/resource_types/{app_resource_type_id}/resources/{id}
Path parameters
app_idstring required
The ID of the app that owns the resource.
app_resource_type_idstring required
The ID of the resource type that classifies the resource.
idstring required
The ID of the app resource to delete.
Request body
C1ApiAppV1DeleteManuallyManagedAppResourceRequestInput required
The request message for deleting a manually managed app resource.
Response
The empty response message for deleting a manually managed app resource.
C1ApiAppV1DeleteManuallyManagedAppResourceResponse required
The empty response message for deleting a manually managed app resource.