Delete 2
Deletes the catalog source with the supplied ID.
Request
URI
DELETE
https://{api_host}/catalog/api/admin/sources/{sourceId}
COPY
Path Parameters
string
sourceId
Required
Catalog source ID
Responses
204
No Content
Operation doesn't return any data structure
401
Unauthorized
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/catalog/api/admin/sources/{sourceId}