Delete a Secret

DELETE /groups/{groupId}/apps/{appId}/secrets/{secretId}

Delete a Secret associated with a Atlas App Services App.

Path parameters

Responses

  • 204

    The Secret was successfully deleted.

DELETE /groups/{groupId}/apps/{appId}/secrets/{secretId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/secrets/{secretId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"