Skip to main content

Delete a Credential for a user

DELETE 

/users/:userId/credentials/:credentialId

To delete a credential via the API, you need to invoke the below endpoint.

Request

Path Parameters

    credentialId stringrequired

    The credential you're looking to delete

    userId stringrequired

    The Id of the user associated with this credential

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    success boolean

    Default value: true

Loading...