DELETE
/
teams
/
{team}
/
api-credentials
/
{apiToken}
curl --request DELETE \
  --url https://api.altostrat.io/teams/{team}/api-credentials/{apiToken} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.

Path Parameters

team
string
required

UUID of the Team.

apiToken
string
required

UUID of the API Token/Credential.

Response

204

API credential deleted successfully.