Skip to main content

Delete Template

This operation is used to delete a sandbox seeding template

Path Parameters
  • ClientId integer required

    Client Id for the salesforce organization

  • TemplateId integer required

    Seeding template ID

Query Parameters
  • backupsetId integer

    Backupset Id for the salesforce organization

Responses

OK

DELETE /salesforce/:clientid/sandbox/seeding/templates/:templateid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientId — path required
TemplateId — path required
backupsetId — query
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/Sandbox/Seeding/Templates/:TemplateId' \
-H 'Authtoken: <API_KEY_VALUE>'