Cancel a vacation substitution
DELETE/vacation-substitutions/:code
Cancel a vacation substitution. If the vacation is ACTIVE, delegated tasks are returned to the original approver.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
- 500
Successfully canceled vacation substitution
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Vacation substitution not found
Conflict - vacation cannot be canceled in its current status
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error