Calendar
/calendar-blocks/unblock
Unblock calendar for a listing
Authorization
apiKey X-API-Key<token>
API key provided in dashboard
In: header
Query Parameters
listingId*string
startDate*string
endDate*string
description?string|null
Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.vrplatform.app/calendar-blocks/unblock?listingId=string&startDate=string&endDate=string" \ -H "Content-Type: application/json" \ -d '{}'{
"data": [
{
"date": "string",
"blockReason": "reserved",
"description": "string",
"user": {
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"id": "string"
}
}
]
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}