AuthVault

OAuth Single Client Deleter Route DELETE /delete/:clientId

Example Body

Example Headers

{
    "authorization": "Token obtained from /auth/token"
}

Example Response

Status Code: 200 on successful deletion of OAuth Client. Every other status code means something went wrong.

{
	"message": "Successfully removed OAuth Client",
	"client": <OAuth Client Instance>
}