delete https://example.com/role-store/api/v1/logconf/collectors/
Delete logconf collector.
Log in to see full request history
Responses
200Successfully removed logconf collector.
Delete logconf collector.
200Successfully removed logconf collector.
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/role-store/api/v1/logconf/collectors/collector_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!