Delete a dashboard (soft delete, recoverable via restore, when the SOFT_DELETE feature flag is enabled; permanent otherwise)
DELETE/api/v1/dashboard/:pk
Delete a dashboard (soft delete, recoverable via restore, when the SOFT_DELETE feature flag is enabled; permanent otherwise)
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 500
Dashboard deleted
Unauthorized
Forbidden
Not found
Could not process entity
Fatal error