Delete User Toolkit
DELETE/api/toolkits
Deletes a user toolkit by slug.
Only the owner of the toolkit can delete it. This operation is permanent and cannot be undone.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Toolkit deleted successfully
Missing slug query parameter
Authentication required or invalid token
Not the owner of the toolkit
Toolkit not found
Internal server error