Delete application profile
DELETE/api/v1/applications/profiles/:profileId
Delete an application profile by profile name
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 429
- 500
Application profile deleted successfully
Invalid profile ID
Missing or invalid API key
User does not have permission to delete application profile
Application profile not found
Profile is in use and cannot be deleted
Rate limit exceeded
Internal server error