client.services.delete_tokens

A method of the Services endpoint.

delete_tokens(id: int, token_id: int) Response

Revoke a token by id

API URL: DELETE /services/{id}/tokens/{token_id}

import civis
client = civis.APIClient()
response = client.services.delete_tokens(...)
Parameters:
idint

The ID of the service.

token_idint

The ID of the token.

Returns:
None

Response code 204: success