latestOpenAPI 3.1.02026-08-197104501.1 MB
8fbaab4fc7c5
Policies
Delete Policy Attachment
Delete a policy attachment.
Example Request:
curl -X DELETE "http://localhost:4000/policies/attachments/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer <your_api_key>"
Example Response:
{
"message": "Attachment 123e4567-e89b-12d3-a456-426614174000 deleted successfully"
}
delete/policies/attachments/{attachment_id}
Path parameters
attachment_idstring required
Response
Successful Response
{"stackTrail":"paths:/policies/attachments/{attachment_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}