Removes a published group from the self service portal. Both groupResourceId and collectionId are required to identify the configuration to delete.
post /dcapi/swDeployment/publishGroup/delete
https://{serverurl}/dcapi/swDeployment/publishGroup/delete
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Resource ID of the custom group. Obtain from the groupResourceId field in the response of the List SSP Publish Groups API.
Collection ID of the SSP configuration to delete. Obtain from the collectionId field in the response of the Check Custom Group Published API.
curl --request POST \
--url https://appdomains/dcapi/swDeployment/publishGroup/delete \
--header 'Accept: application/deletePublishGroup.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/deletePublishGroup.v1+json' \
--data '{}'Delete a published SSP group
{
"collectionId": "5001",
"groupResourceId": "301"
}
0 on success
Localized message describing the deletion result
Unauthorized error code: credentials missing, expired, or invalid
Authentication failure reason
INTERNAL_ERROR for publish/modify failures, SW_INTERNAL_ERROR for SSP configuration errors
Internal server error with details about the SSP publish or group operation failure
Deleted successfully
{
"statusMsg": "Published group (Engineering Workstations) has been deleted successfully",
"status": 0
}
No access to delete
{
"errorMessage": "The user has no access to delete published group.",
"errorCode": "ACCESS_DENIED"
}
Server error
{
"errorMessage": "Internal Server Error",
"errorCode": "INTERNAL_ERROR"
}
![]()
Duration: 1 minute | Threshold: 30 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.