Delete Command
DELETE/api/commands?slug=:slug
Deletes a command by slug.
This operation is permanent and cannot be undone. All configuration and data associated with the command will be removed.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Command deleted successfully
Invalid query parameters
Authentication required or invalid token
Command not found
Internal server error