Start of change

Delete a software services template

You can use this operation to delete a software services template from the catalog.

HTTP method and URI path

DELETE /zosmf/provisioning/rest/<version>/scc/<object-id>
In this request
<object-id>
Identifies the software services template to be deleted.
<version>
Is the URI path variable <version> that identifies the version of the z/OSMF software services template service. The following value is valid: 1.0.

Query parameters

None.

Description

This operation deletes a software services template from the catalog.

On successful completion, HTTP status code 204 (Normal) is returned, indicating that the request resulted in a software services template being deleted.

Request content

None.

Authorization requirements

The user's z/OS user ID must be defined as a landlord and a domain administrator.

The user’s z/OS user ID must have READ access to the following resource profile in the ZMFAPLA class: <SAF-prefix>.ZOSMF.PROVISIONING.SOFTWARE_SERVICES.

For more information, see Authorization requirements.

HTTP status codes

On successful completion, HTTP status code 204 (Normal) is returned.

Example HTTP interaction

Figure 1 shows a request to delete a software services template.
Figure 1. Sample request to delete a software services template
DELETE https://localhost:4444/zosmf/provisioning/rest/1.0/scc/b69c4212-c7c9-422b-8835-de185e16bb23

End of change