Query
mutation DeleteProfile($profileId: ID!) { tenant { deleteProfile(profileId: $profileId) { id } } }
Variables
{ "profileId": 1 }
Response
{ "data": { "tenant": { "deleteProfile": { "id": "1" } } } }
Last updated 4 years ago
Was this helpful?