RocketCOMS

Delete an API Key

Delete an API key for a Business Account. Once deleted, an API key cannot be restored. The BA_ADMIN role is required to call this API.

Endpoint

DELETE /v1/accounts/{accountId}/apikeys/{apiKeyId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

 

accountId REQUIRED

string

RocketCOMS Business Account ID.

 

apiKeyId REQUIRED

string (UUID)

Unique ID used by RocketCOMS to identify the API key/secret pair. This ID is returned in the Generate an API Key response id field.

Request Body

None

Returns

If successful, returns a null response.

SAMPLE RESPONSE

				
					{
  "status": "0000",
  "result": null,
  "message": null
}