Skip to main content
DELETE
/
v1
/
recurring
/
{scheduleId}
Delete Recurring Schedule
curl --request DELETE \
  --url https://api.peere.network/v1/recurring/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "success": true,
  "message": "Recurring schedule deleted successfully",
  "scheduleId": "<string>",
  "status": "cancelled",
  "deletedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scheduleId
string
required

Response

Recurring schedule deleted successfully

statusCode
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Recurring schedule deleted successfully"

scheduleId
string
status
string
Example:

"cancelled"

deletedAt
string<date-time>