A method of the Credentials endpoint.
Delete a credential
API URL: DELETE /credentials/{id}
DELETE /credentials/{id}
import civis client = civis.APIClient() response = client.credentials.delete(...)
The ID of the credential.
Response code 204: success