permission_set_id (uuid): ID of the permission set to delete.X-Organization-Id (int, optional): Override the org scoping these permission sets.manage (admin) access to the specified organization.permission_set_id and deleted_at timestampdata.curl --location --globoff --request DELETE 'https:///api/v2/permission-sets/' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"permission_set_id": "5849c88b-869e-4e24-b3b2-65918c11a4a7",
"deleted_at": "2019-08-24T14:15:22.123Z"
}
}