curl --request DELETE \
--url https://api.partoo.co/v2/sections/{section_id} \
--header 'x-APIKey: <api-key>'{
"status": "success",
"id": 1
}Delete a section.
This endpoint endpoint let’s you delete an existing section. Only Group Managers and above can use this endpoint. Business Managers are restricted from accessing this endpoint. For more information about the group system, see the Groups and Sections description.
curl --request DELETE \
--url https://api.partoo.co/v2/sections/{section_id} \
--header 'x-APIKey: <api-key>'{
"status": "success",
"id": 1
}The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.
Section id
Was this page helpful?