# Delete a policy by ID **DELETE /api/v1/policy/{id}** Deletes a specific policy by ID. The policy must belong to the authenticated user's organization or be under its parent organization. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ### Path parameters - **id** (string) The unique policy number identifier ## Responses ### 200 Policy successfully deleted #### Body: application/json (object) - **message** (string) ### 401 Not authenticated. The user must be logged in to access this endpoint. ### 404 Not Found. The policy does not exist or the user does not have permission to delete it. [Powered by Bump.sh](https://bump.sh)