Delete admin API key

Delete an organization admin API key

delete/organization/admin_api_keys/{key_id}

Path parameters

key_idstring required

The ID of the API key to be deleted.

Response

Confirmation that the API key was deleted.

idstring required
object'organization.admin_api_key.deleted' required
deletedboolean required

Example response

{
  "id": "key_abc",
  "object": "organization.admin_api_key.deleted",
  "deleted": true
}

Changes

Changed in 6 of the 163 revisions of this API.113

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ○

      added the non-success response with the status

      response-non-success-status-added

  • 74cbcf73838f14See the full diff
    • ●

      added the new organization.admin_api_key.deleted enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      the endpoint scheme security AdminApiKeyAuth was added to the API

      api-security-added

    • ○

      the response property became required for the status

      response-property-became-required

    • ○

      the response property became required for the status

      response-property-became-required

    • ○

      the response property became required for the status

      response-property-became-required

    This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      the endpoint scheme security basic_identity_edge was removed from the API

      api-security-removed

    • ○

      the endpoint scheme security bearer_identity_edge was removed from the API

      api-security-removed

    • ○

      the endpoint scheme security basic_identity_edge was added to the API

      api-security-added

    • ○

      the endpoint scheme security bearer_identity_edge was added to the API

      api-security-added

    • ○

      the endpoint scheme security basic_identity_edge was removed from the API

      api-security-removed

    • ○

      the endpoint scheme security bearer_identity_edge was removed from the API

      api-security-removed

    • ○

      endpoint added

      endpoint-added