API - Planyo Web Services - delete_unit_property

Jesteś tutaj: Planyo » Pomoc » API » delete_unit_property

delete_unit_property

Description:

Deletes a custom unit property previously set for a specific date/time.

Input:

resource_id int required
ID of the resource
unit string optional
Unit name. If left empty, the value set should be treated as concerning the entire resource.
property string required
Name of the property to delete
time DateTime optional
Exact date and time of the property to be deleted
method string required
must be set to delete_unit_property
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

property string
The name of the deleted property.

API playground:

Click here to test this function in the API playground.