delete https://api.bigpanda.io/resources/v2.0/environments/{env_id}/incidents/{incident_id}/tags/
Delete a single incident tag of a single incident by ID.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Returns
Possible response codes include:
204 OK
—Tag deleted successfully.401 Unauthorized
- Authentication violation - token is invalid or missing.403 Forbidden
— Insufficient permissions.404 Not Found
—Entity with this ID cannot be found.429 Too Many Requests
— Rate limitation reached.500 Internal Server Error
— Unexpected error.