Skip to main content
DELETE
Delete Task

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

taskId
integer<int64>
required

ID of the task or appointment to delete.

Required range: x >= 1

Response

Entry deleted. Response body is a simple message envelope.

Generic message response

message
string

Result message

Example:

"Operation successful"