Api referenceCoursesCredentials
Revoke a credential
Update the revoke of a credential
Update the revoke of a credential
AuthorizationBearer <token>
In: header
Path Parameters
courseId*string
credentialId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X PATCH "https://example.com/v2/courses/string/credentials/string/revoke" \ -H "Content-Type: application/json" \ -d '{ "reason": "string" }'Empty