Delete an application
Permanently deletes an application and all associated data. This action cannot be undone.
Path Parameters
- Type: stringapplication
_id requiredUnique identifier of the application.
Responses
- 204
Resource deleted successfully.
- application/json
- application/json
Request Example for delete/apis/applics/applics/{application_id}
curl https://ff-business-school.fullfabric.cloud/apis/applics/applics/507f1f77bcf86cd799439011 \
--request DELETE \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body