Delete the Version with the specified version.
Third-party applications using this endpoint via OAuth2 must request the following operation scope: third-party-application:deploy-application-website
.
string
An RID identifying a third-party application created in Developer Console.
string
The semantic version of the Website.
1
2
3
curl -X DELETE \
-H "Authorization: Bearer $TOKEN" \
"https://$HOSTNAME/api/v2/thirdPartyApplications/ri.third-party-applications.main.application.292db3b2-b653-4de6-971c-7e97a7b881d6/website/versions/1.2.0"
Error Name | ||
---|---|---|
Delete | Error Code | PERMISSION_DENIED |
Status Code | 403 | |
Description | Could not delete the Version. | |
Parameters | thirdPartyApplicationRid, versionVersion |
See Errors for a general overview of errors in the platform.