Delete Profile
This endpoint removes a profile given its unique profile_id. The profile will be removed but video assets created using the profile will remain as it is.
Path Parameters
- Type: stringprofile
_id requiredProfile id of the profile which needs to be deleted.
Responses
- application/json
- application/json
- application/json
Request Example for delete/video/profiles/{profile_id}
curl 'https://api.gumlet.com/v1/video/profiles/{profile_id}' \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{}
