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
  • profile_id
    Type: string
    required

    Profile 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'
{}