API - Planyo Web Services - remove_resource_season

Estás aquí: Planyo » Ayuda » API » remove_resource_season

remove_resource_season

Description:

Removes a season (for a single resource or for entire Planyo site) identified by ID. The functions get_resource_seasons and add_resource_season return unique season IDs which are used to identify a specific season.

Input:

season_id int required
ID of the season to remove
method string required
must be set to remove_resource_season
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:

none

API playground:

Click here to test this function in the API playground.