ApiToken

Delete an API token

DEL
Delete an API token. When you delete an API token, make sure that no existing automation workflows are using it. After it's deleted, an API token cannot be recovered.

Path parameters

organizationIdstringRequired
The ID of the Organization where you want to delete the token.
tokenIdstringRequired
The API token ID
DEL
1curl -X DELETE https://api.astronomer.io/iam/v1beta1/organizations/organizationId/tokens/tokenId \
2 -H "Authorization: Bearer <token>"