Delete a policy.
Delete a policy by ID in your Tyk instance.
Path parameters
You can retrieve details of a single policy by ID in your Tyk instance.
Response
Deleted policy by ID
Example response
{
"action": "modified",
"key": "b13d928b9972bd18",
"status": "ok"
}Changes
Changed in 2 of the 52 revisions of this API.114
- ▲
added the new path request parameter
polIDnew-request-path-parameter
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 28 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
pathrequest parameterpolIDrequest-parameter-removed
- ○
removed the non-success response with the status
400response-non-success-status-removed
- ○
removed the non-success response with the status
403response-non-success-status-removed
This revision also has 155 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●