Delete Content Source Using DELETE
Delete a content source
Request
URI
DELETE
https://{api_host}/content/api/sources/{id}
COPY
Path Parameters
string
id
Required
ID of the content source
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/content/api/sources/{id}