Delete
Delete
delete/api/v1/catalogs/{id}
Delete a catalog.
Path Parameters
idstring
The Id of the RequestCatalog to delete.
Body Parameters
bodyunknown
optional
Delete a request catalog by Id. It uses URL value for input.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$ID \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}