Delete Organization API key

Description

Delete an API key for an organization

Request

DELETE /v1/organizations/:organizationId/apikeys/:keyId

Response

Response Status codes:

  • 204 on success

Request headers

This request must have the following headers:

  • Authorization: bearer <ApiKey>

Example

Request

curl -XDELETE "https://api.cloud.nabto.com/v1/organizations/:organizationId/apikeys/:keyId" \
  -H "Authorization: Bearer <ApiKey>"

Response

Returns response Code: 204