This is a hard delete with an immediate affect. It does not require a library publish.
The secret resource is removed from the environment it is related to and the underlying resource is deleted. Any deployed rules that reference this secret will immediately cease to function correctly.
Any data elements that reference this secret will need to be updated or removed afterward.
DELETE /secrets/:id
curl https://reactor.adobe.io/secrets/:id \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X DELETE