Delete a command
DELETE/api/v4/commands/:command_id
Delete a command based on command id string.
Permissions
Must have manage_slash_commands permission for the team the command is in.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Command deletion successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found