Delete a Service/Part

Purpose

To delete a specific service/part.

Request URL

https://fsm.zoho.com/fsm/v1/Service_And_Parts/<record_id>

record_id - The unique ID of the record.

Request Method

DELETE

Scope

scope=ZohoFSM.modules.Service_And_Parts.DELETE

Sample Request

Copiedcurl --location --request DELETE 'https://fsm.zoho.com/fsm/v1/Service_And_Parts/1003000001207012'\
--header 'Authorization: Zoho-oauthtoken 1000.b3xxxxxx.xxxxxxxx3'  

Sample Response

Copied{
    "data": [
        {
            "code": "SUCCESS",
            "details": {
                "id": "1003000000208190"
            },
            "message": "record deleted",
            "status": "success"
        }
    ]
}