Skip to main content
DELETE
/
v1
/
public
/
properties
/
{object_name}
/
{property_ref}
Delete Property
curl --request DELETE \
  --url https://api.sanka.com/v1/public/properties/{object_name}/{property_ref} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "status": "<string>",
  "object": "<string>",
  "property_id": "<string>",
  "ctx_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

object_name
string
required
property_ref
string
required

Response

OK

ok
boolean
required
status
string
required
object
string
required
property_id
string
required
ctx_id
string
required