Delete property
DELETE/v1/spaces/:space_id/properties/:property_id
⚠ Warning: Properties are experimental and may change in the next update. ⚠ This endpoint “deletes” a property by marking it as archived. The deletion process is performed safely and is subject to rate limiting. It returns the property’s details after it has been archived. Proper error handling is in place for situations such as when the property isn’t found or the deletion cannot be performed because of permission issues.
Request
Responses
- 200
- 401
- 403
- 404
- 410
- 429
- 500
The deleted property
Unauthorized
Forbidden
Resource not found
Resource deleted
Rate limit exceeded
Internal server error