Skip to content
Streamkap
Esc
↑↓navigate↵open⌘Jpreview

Delete Client Credential

DELETE/auth/client-credentials/{client_id}
Authorization
AuthorizationBearer token · headerrequired
Path parameters
client_idstringrequired
Responses
200

Successful Response

any
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X DELETE 'https://api.streamkap.com/auth/client-credentials/string' \
  -H 'Authorization: Bearer YOUR_TOKEN'
Response
Successful Response