Remove tags from a recordCopy Pagedelete https://api.prahsys.com/yments/n1/organization/{organizationId}/tags/{modelType}/{modelId}Detach one or more tags from a record.Path ParamsorganizationIdstringrequiredThe organization ID (merchant or channel partner)modelTypestringrequiredThe type of record (e.g., merchant, payment, customer)modelIdstringrequiredThe ID of the recordBody Paramstagsarray of stringsrequiredArray of tag names to removetags*ADD stringHeadersX-Prahsys-VersionstringResponses 200Tags removed successfully (Tags Removed Example) 400Validation error response (Validation Error Example) 401Authorization error response (Unauthorized Example) 403Access denied response (Access Denied Example) 500Error response (Server Error Example)Updated about 1 month ago