Delete 2

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


Authentication
This operation uses the following authentication methods.
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}