delete https://example.com/local-user-store/api/v1/trusted-clients/
Delete a trusted client by ID.
Log in to see full request history
Responses
200Trusted client successfully deleted
Delete a trusted client by ID.
200Trusted client successfully deleted
xxxxxxxxxx
curl --request DELETE \
--url https://example.com/local-user-store/api/v1/trusted-clients/trusted_client_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!