Delete an RTE Template

delete

/rest/v19/commerceAttrRichTextTemplates/{id}

Use this endpoint to delete the specified RTE Template.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

Default Response

Back to Top

Examples

The following example shows how to delete an RTE attribute template by submitting a DELETE request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl - X DELETE -H "Authorization: Bearer <token>" - H "Content-type: application/json"
https://sitename.oracle.com/rest/v19/commerceAttrRichTextTemplates/3022555768
Back to Top