api-key

Delete Personal Access Token

DEPRECATED: Use /orgs/current/personal-access-tokens/{pat_id} instead

delete/api/v1/api-key/current/{pat_id}

Path parameters

pat_idstring uuid required

Response

Successful Response

created_atstring date-time nullable
idstring uuid required
short_keystring required
descriptionstring required
read_onlyboolean
last_used_atstring date-time nullable
expires_atstring date-time nullable
workspace_namesstring[] nullable
default_workspace_namestring nullable

Changes

Changed in 2 of the 48 revisions of this API.11

    • removed the optional property default_workspace_name from the response with the 200 status

      response-optional-property-removed

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

    • added the optional property default_workspace_name to the response with the 200 status

      response-optional-property-added