Consumer
Deletes a consumer
Deletes a consumer
DELETE
/v1/consumers/{id}
Bearer*
curl --request DELETE \
--url https://api.oneslipstream.com/v1/consumers/{id} \
--header 'Authorization: <authorization>'
"object"
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
idrequired
string
The id of the consumer
Response
200 - application/json
The response is of type object
.
curl --request DELETE \
--url https://api.oneslipstream.com/v1/consumers/{id} \
--header 'Authorization: <authorization>'
"object"